projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8178465
)
Try harder to fix focus tests
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 16 Apr 2023 18:07:13 +0000
(20:07 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 21 Apr 2023 07:26:59 +0000
(09:26 +0200)
The focus test now asserts that its window is active.
So we should not run them in parallel with other tests,
since those might steal the focus.
testsuite/gtk/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/gtk/meson.build
b/testsuite/gtk/meson.build
index 73dd1369c399b69c1d660c2bf64e59d917c69ec6..a5811561e703e4eb7ffbfaef7b8e92e150dab972 100644
(file)
--- a/
testsuite/gtk/meson.build
+++ b/
testsuite/gtk/meson.build
@@
-261,6
+261,7
@@
foreach test : focus_chain_tests
join_paths(meson.current_source_dir(), 'focus-chain', test[0] + '.ui'),
join_paths(meson.current_source_dir(), 'focus-chain', test[0] + '.' + test[1]),
],
+ is_parallel: false,
env: test_env,
suite: [ 'gtk', 'focus' ],
)